const github.com/refraction-networking/utls.utlsTypeCompressedCertificate

3 uses

	github.com/refraction-networking/utls (current package)
		u_common.go#L30: 	utlsTypeCompressedCertificate uint8 = 25
		u_conn.go#L828: 	case utlsTypeCompressedCertificate:
		u_handshake_messages.go#L29: 	b.AddUint8(utlsTypeCompressedCertificate)